Aug 17, 2008, 01:41 PM // 13:41
|
#21
|
Krytan Explorer
Join Date: Mar 2006
Location: sweden
Guild: N/A
Profession: Mo/
|
the not working ones often only have a Space somewhere wich you need to Erase.
|
|
|
Aug 17, 2008, 05:22 PM // 17:22
|
#22
|
Lion's Arch Merchant
Join Date: Jun 2006
Location: Somewhere you can't see
Guild: Limburgse Jagers [LJ]
Profession: N/
|
Quote:
Originally Posted by Hannes
Why don't you help the guy out, by telling him (us?) which ones are not working
|
I'll figure out which are not working when he releases a new version if you want me to :P
|
|
|
Aug 18, 2008, 08:41 AM // 08:41
|
#24
|
Ascalonian Squire
Join Date: Jun 2008
Guild: Il Band Of Brothers Il
Profession: D/
|
Suggestion 1: If you don't want to use CVS or SVN as I adviced in PM, check an updater software. You know: upload files to a HTTP server, client boots his/her computer, and the updater applies every modifications on local files.
Suggestion 2: Don't restrict the builds only for GREAT category on PvXwiki. At least check the GOOD category too. And don't only get builds from PvXwiki. This was there are 2 (!) necro farming builds, while a necro can farm nearly everything in the game.
|
|
|
Aug 18, 2008, 09:42 AM // 09:42
|
#25
|
Furnace Stoker
|
Quote:
Originally Posted by gelei
Suggestion 1: If you don't want to use CVS or SVN as I adviced in PM, check an updater software. You know: upload files to a HTTP server, client boots his/her computer, and the updater applies every modifications on local files.
Suggestion 2: Don't restrict the builds only for GREAT category on PvXwiki. At least check the GOOD category too. And don't only get builds from PvXwiki. This was there are 2 (!) necro farming builds, while a necro can farm nearly everything in the game.
|
As I've already said the scope of the project is to include the entirety of PvXwiki and tons of other builds off of it, plus additional user builds. The next early database release includes GOOD quality builds etc....that's what the tags are for.
|
|
|
Aug 18, 2008, 02:15 PM // 14:15
|
#26
|
Wilds Pathfinder
Join Date: Nov 2006
Location: Belgium
Profession: Me/
|
Wow, this is REALLY nice! Can't imagine how much work this must have cost you :O, thanks! Can't wait for the update (because there is still alot of old builds in the one right now and the new ones aren't included, and there's still some broken templates).
|
|
|
Aug 18, 2008, 02:27 PM // 14:27
|
#27
|
Ascalonian Squire
Join Date: Jun 2008
Guild: Il Band Of Brothers Il
Profession: D/
|
For the broken templates just open Windows File Search and look for files with spaces in them. Open them one by one and replacde spaces with +
|
|
|
Aug 19, 2008, 12:36 PM // 12:36
|
#28
|
Krytan Explorer
Join Date: Mar 2006
Guild: innergalactic gargleblasters
Profession: W/Mo
|
First of all, I want to say thank you DarkNecrid for all your hard work! Great thing you have going here. I did try to fix the broken ones like gelei said, but it doesnt seem to want to work for me. but thats ok. I will figure something out eventually.
I mainly just wanted to say thank you. Before this, I had no idea I could catagorize my templates.I guess Im more computer stupid then I thought I was. (Actually I never thought about even trying something like that). Thank you for that great idea as well.
|
|
|
Aug 23, 2008, 02:08 AM // 02:08
|
#29
|
Krytan Explorer
Join Date: Aug 2007
Guild: Wolven Empire
Profession: D/
|
Great idea man, keep it up !
|
|
|
Aug 25, 2008, 04:02 PM // 16:02
|
#30
|
Ascalonian Squire
Join Date: Jun 2008
Guild: Il Band Of Brothers Il
Profession: D/
|
I have an idea about the updater. (Don't know your progress with it, so it might be late)
First of all, I don't know how much you can handle dotnet. Because if you could make programs in VB.NET or C#, it would easy the work much.
But the idea: once you said that it'd be possible to upload templates by adding some tags in the filename. Bad idea. With this, anyone can make a script and upload it. Put some PHP code in a TXT file and name it like a build file, eg.: "Rt Any Harmful Script [USER].txt". Upload it, and execute with a browser. So restrict template upload to code exchange. Make a textbox in the program and ask a code. Decode it and store on the server.
If you need help/assistance you can rely on me even if you haven't accepted my archive in this thread.
edit: Oh also, I have a nice li'l assembly in c# for uploading and downloading files using FTP, that's another great way of the updater
Last edited by gelei; Aug 25, 2008 at 04:28 PM // 16:28..
|
|
|
Aug 27, 2008, 09:03 AM // 09:03
|
#32
|
Desert Nomad
Join Date: Oct 2006
Location: Defending Fort Aspenwood
Profession: E/
|
Nice collection. I'll surely try these. Ty for sharing.
|
|
|
Aug 27, 2008, 02:34 PM // 14:34
|
#33
|
Lion's Arch Merchant
Join Date: Jun 2006
Location: Somewhere you can't see
Guild: Limburgse Jagers [LJ]
Profession: N/
|
Quote:
Originally Posted by gelei
I have an idea about the updater. (Don't know your progress with it, so it might be late)
First of all, I don't know how much you can handle dotnet. Because if you could make programs in VB.NET or C#, it would easy the work much.
But the idea: once you said that it'd be possible to upload templates by adding some tags in the filename. Bad idea. With this, anyone can make a script and upload it. Put some PHP code in a TXT file and name it like a build file, eg.: "Rt Any Harmful Script [USER].txt". Upload it, and execute with a browser. So restrict template upload to code exchange. Make a textbox in the program and ask a code. Decode it and store on the server.
If you need help/assistance you can rely on me even if you haven't accepted my archive in this thread.
edit: Oh also, I have a nice li'l assembly in c# for uploading and downloading files using FTP, that's another great way of the updater
|
You can also decode a template using php itself, then store it if it is a valid template, you can pm me for a decoder (with comment), it's not necessarily needed to make a program in c# etc.
|
|
|
Aug 28, 2008, 05:38 AM // 05:38
|
#34
|
Ascalonian Squire
Join Date: Jun 2008
Guild: Il Band Of Brothers Il
Profession: D/
|
Uhm... the best way is to integrate the updater and the uploader in one program. You can't make a PHP script to start when Windows boots, it will never sit on a tray icon, etc., etc.
So making an automatic *updater* in PHP isn't really possible. Unless you want people to log in a webpage each time they want an upgrade.
So the uploader can work in PHP ofc, but the 2-in-1 solution is more convenient for users.
|
|
|
Aug 28, 2008, 10:36 AM // 10:36
|
#35
|
Lion's Arch Merchant
Join Date: Jun 2006
Location: Somewhere you can't see
Guild: Limburgse Jagers [LJ]
Profession: N/
|
I agree with that, but you can also combine it
|
|
|
Aug 28, 2008, 01:58 PM // 13:58
|
#36
|
Krytan Explorer
Join Date: Jun 2006
Location: Kemi, Finland.
Guild: Pirates of the Searing [YoHo]
Profession: Mo/
|
Wow, this is really useful. Thanks for this great idea, I didn't even know you could folder your templates!
|
|
|
Sep 05, 2008, 04:16 PM // 16:16
|
#37
|
Ascalonian Squire
Join Date: Jun 2008
Guild: Il Band Of Brothers Il
Profession: D/
|
This topic is getting abandoned, so here's a question: what's an estimated time of the updater's/next build update's release?
|
|
|
Sep 07, 2008, 03:11 PM // 15:11
|
#38
|
Frost Gate Guardian
Join Date: Oct 2007
Location: http://www.blowupdoll.co.za/
Guild: Band of Buds [BUD] (Officer)
Profession: N/
|
Quote:
Originally Posted by gelei
This topic is getting abandoned, so here's a question: what's an estimated time of the updater's/next build update's release?
|
I agree. Would love to see the updated version pl0x
|
|
|
Sep 19, 2008, 04:28 PM // 16:28
|
#39
|
Ascalonian Squire
Join Date: Jun 2008
Guild: Il Band Of Brothers Il
Profession: D/
|
Is this project dead or wha'?
|
|
|
Sep 19, 2008, 07:48 PM // 19:48
|
#40
|
Furnace Stoker
|
No, I've just been obscenly busy with my 82190390123901238901381902 (hyperbole, but still, ~5.) other projects + real lifez. Not abandoned just not making significant progress atm. I don't ever abandon anything, but it could be awhile until I update it. I'm also working on another much needed Guild Wars associated project at this time too, and it's eating up the majority of my time since I can finish it a lot quicker if I devote enough time to it. Once that's done I can focus on this, again.
|
|
|
Thread Tools |
|
Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT. The time now is 02:49 PM // 14:49.
|